type github.com/jackc/pgx/v5/pgtype.scanPlanBinaryInt4ToInt64Scanner

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		int.go#L802: 			return scanPlanBinaryInt4ToInt64Scanner{}
		int.go#L1119: type scanPlanBinaryInt4ToInt64Scanner struct{}
		int.go#L1121: func (scanPlanBinaryInt4ToInt64Scanner) Scan(src []byte, dst any) error {